home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global tenFreeHours
- set tenFreeHours to 0
- play movie "prodemo\demo\pdymain.dxr"
- if tenFreeHours then
- go("button5")
- else
- if not tenFreeHours then
- go("start")
- else
- nothing()
- end if
- end if
- end
-